xen/xsm: Add new SILO mode for XSM
authorXin Li <talons.lee@gmail.com>
Tue, 9 Oct 2018 09:33:20 +0000 (17:33 +0800)
committerJulien Grall <julien.grall@arm.com>
Fri, 14 Jun 2019 13:38:40 +0000 (14:38 +0100)
commitb415a99d538bac50e034092c59733810cc245674
treeb22cc137944f650892d6ce628b9a2e732348846e
parent37db5e59da08f19a145386c8a80f3facc424e38a
xen/xsm: Add new SILO mode for XSM

When SILO is enabled, there would be no page-sharing or event notifications
between unprivileged VMs (no grant tables or event channels).

Signed-off-by: Xin Li <xin.li@citrix.com>
Acked-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
docs/misc/xen-command-line.markdown
xen/common/Kconfig
xen/include/xsm/dummy.h
xen/include/xsm/xsm.h
xen/xsm/Makefile
xen/xsm/silo.c [new file with mode: 0644]
xen/xsm/xsm_core.c